Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gsc_global_default table — gscgd

This table contains global default values across the entire application. The parameter file used to start the application is specific to a given user. The entries in this table are system-wide.

Table 6–5 lists the table’s FLA, fields, and foreign keys.

Table 6–5: gsc_global_default table information 
Table FLA
Fields (data type)
Foreign keys
gscgd
global_default_obj (Decimal)
owning_entity_mnemonic (Character)
default_type (Character)
effective_date (Date)
owning_obj (Decimal)
default_value (Character)
None

Table 6–6 gives details of the table’s indexes.

Table 6–6: gsc_global_default index information 
Index name
Elements
Type
XPKgsc_global_default
global_default_obj
Primary Unique
XAK1gsc_global_default

owning_entity_mnemonic
owning_obj
default_type
effective_date

Unique

Standard entries exist in the gsc_global_control table. This table aids in adding other generic defaults without the need for database changes. The entries in this table are system-owned by their nature. The only fields that can change are owning_obj and default_value. Changing any of these values creates a new record for the owning_entity_mnemonic and default_type, effective as of the new date with the new values.

Only a system administrator can delete entries from this table.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095